home *** CD-ROM | disk | FTP | other *** search
/ Best Audio & Music 2000 - Millenium Edition / BAM2000.ISO / Singing Electron Voice SFX 1.1 / data1.cab / Program_Executable_Files / voicesfx.exe / 0 / RCDATA / TSTARTUP / TSTARTUP.txt
Encoding:
Text File  |  1999-06-04  |  1.4 KB  |  75 lines

  1. object Startup: TStartup
  2.   Left = 98
  3.   Top = 112
  4.   AutoScroll = False
  5.   Caption = 'Preferences'
  6.   ClientHeight = 132
  7.   ClientWidth = 351
  8.   Font.Color = clWindowText
  9.   Font.Height = -10
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 13
  16.     Top = 46
  17.     Width = 84
  18.     Height = 13
  19.     Caption = 'Startup File Name'
  20.   end
  21.   object FileName: TEdit
  22.     Left = 13
  23.     Top = 63
  24.     Width = 254
  25.     Height = 24
  26.     TabOrder = 0
  27.     Text = 'FileName'
  28.   end
  29.   object PlaySoundAtStartup: TCheckBox
  30.     Left = 13
  31.     Top = 19
  32.     Width = 144
  33.     Height = 14
  34.     Caption = 'Play Sound at Startup'
  35.     TabOrder = 1
  36.   end
  37.   object okButton: TButton
  38.     Left = 90
  39.     Top = 98
  40.     Width = 61
  41.     Height = 20
  42.     Caption = '&Ok'
  43.     Default = True
  44.     TabOrder = 2
  45.     OnClick = okButtonClick
  46.   end
  47.   object cancelButton: TButton
  48.     Left = 214
  49.     Top = 98
  50.     Width = 60
  51.     Height = 20
  52.     Caption = '&Cancel'
  53.     TabOrder = 3
  54.     OnClick = cancelButtonClick
  55.   end
  56.   object BrowseButton: TButton
  57.     Left = 276
  58.     Top = 63
  59.     Width = 61
  60.     Height = 20
  61.     Caption = '&Browse'
  62.     TabOrder = 4
  63.     OnClick = BrowseButtonClick
  64.   end
  65.   object BrowseFileDialog: TOpenDialog
  66.     DefaultExt = '*.wav'
  67.     FileEditStyle = fsEdit
  68.     Filter = 'Wave Files|*.wav'
  69.     Options = [ofPathMustExist, ofFileMustExist]
  70.     Title = 'Browse'
  71.     Left = 200
  72.     Top = 4
  73.   end
  74. end
  75.